Skip to content

NET_SDK_Volume

Interface Definition

1
2
3
BOOL NET_SDK_Volume(
    POINTERHANDLE lLiveHandle,
    WORD wVolume);
1
2
3
public static extern bool NET_SDK_Volume(
    POINTERHANDLE lLiveHandle,
    int wVolume);

Function Description

Adjust preview playback volume, only supported by Windows.

Parameter Description

Parameters Type Remark
lLiveHandlein POINTERHANDLE The preview handle, which is the return value of NET_SDK_LivePlay or NET_SDK_LivePlayEx.
wVolumein WORD Volume value, range: [0, 0xffff].

Return Value

  • Type:BOOL

  • Remark:Returns TRUE if successful, FALSE if failed.

Remarks

None

Error Code